From 3f323b37971230544a950d0b1d19cfc1f2e51cdd Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 30 Aug 2008 22:28:21 +0000 Subject: [PATCH] (make-variable-frame-local): Tweak obsolescence message. --- lisp/subr.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 0677f687180..1ae22dc1f5d 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -944,7 +944,8 @@ is converted into a string by expressing it in decimal." (make-obsolete 'focus-frame "it does nothing." "22.1") (defalias 'unfocus-frame 'ignore "") (make-obsolete 'unfocus-frame "it does nothing." "22.1") -(make-obsolete 'make-variable-frame-local "use a frame-parameter instead." "22.2") +(make-obsolete 'make-variable-frame-local + "explicitly check for a frame-parameter instead." "22.2") ;;;; Obsolescence declarations for variables, and aliases. -- 2.30.2